home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3fload.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_r3fload_H = 1;
- include("oops/r3window.js")
-
-
- var R3CLID_FILELOAD = 16;
-
-
-
-
- // Description: Register interface for defining read options.
- // Returns: Boolean, true if succesfully registered
- // p1: Integer, file format class
- // p2: Integer, model class
- // p3: Integer, gadget class
-
- R3FLOADCM_REGISTEROPTIONS = 16007;
-
- function mR3FLOADCM_REGISTEROPTIONS(p1, p2, p3) {
- return DoA3(this.r3obj, 16007, p1, R3TID_INTEGER, 0, p2, R3TID_INTEGER, 0, p3, R3TID_INTEGER, 0);
- }
-
-
-
-
- // Virtual method
-
- R3FLOADCA_Directory = 16000;
-
- function mR3FLOADCA_Directory() {
- DoA(this.r3obj, 16000, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3FLOADCA_Pattern = 16001;
-
- function mR3FLOADCA_Pattern() {
- DoA(this.r3obj, 16001, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3FLOADA_IsProject = 16002;
-
- function mR3FLOADA_IsProject() {
- DoA(this.r3obj, 16002, 0, R3TID_INTEGER, 0);
- }
-
- // Virtual method
-
- R3FLOADA_HiddenSections = 16003;
-
- function mR3FLOADA_HiddenSections() {
- DoA(this.r3obj, 16003, 0, R3TID_INTEGER, 0);
- }
-
-
-
- function r3Fileload () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_FILELOAD, arguments);
- }
- // Methods
- this.REGISTEROPTIONS=mR3FLOADCM_REGISTEROPTIONS;
-
- // Methods
- this.Directory=mR3FLOADCA_Directory;
- this.Pattern=mR3FLOADCA_Pattern;
- this.IsProject=mR3FLOADA_IsProject;
- this.HiddenSections=mR3FLOADA_HiddenSections;
-
- }
-
- r3Fileload.prototype=new r3Window;
- // r3fload.h_H